/*  header main start code */

.header-maincontainer {
    width: 100vw;
    height: 450px;
    display: flex;
    flex-direction: column;
    background: url(../img/poster7.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -90px;
}

.header-maincontent {
    width: 100%;
    height: 100%;
    max-width: 60%;
    display: flex;
    padding-bottom: 15px;
    justify-content: space-between;
    margin: 0 auto;
}

.header-maintext {
    width: 574px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
}

.next-back {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bas {
    width: 574px;
    height: 230px;
    display: flex;
    align-items: center;
}

.next-back img {
    width: 27px;
}

.header-maintext h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 80px;
    /* or 123% */
    display: flex;
    align-items: center;
    color: #ffffff;
}

.header-maintext a {
    color: #ffffff;
    position: relative;
    padding: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.header-maintext a::after {
    content: "";
    border-bottom: 2px solid #00A3FF;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s;
}

.header-maintext a:hover {
    color: #00a3ff;
}

.header-maintext a:hover::after {
    opacity: 1;
}


/* 
    .header-maintext i{
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    width: 40px;
    
    
    
    
    } */

.header-mainimg {
    width: 40%;
    height: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


/* header main end code */


/*  site menu2 start code Разработка сайтов */


/*  site menu2 start code  */

.site2-menucontainer {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 145px;
    position: relative;
}

.site2-content {
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.site2-content a {
    width: 32%;
    height: 250px;
    display: flex;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    background: #181828;
}

.site2-content a:hover {
    border: 2px solid #fbb226;
    box-sizing: border-box;
}

.menu2-text {
    width: 60%;
    height: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
}

.menu2-box2 {
    width: 40%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 50px;
}

.menu2-box2 img {
    width: 58px;
    height: 51px;
}

.menu2-text span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.menu2-text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}


/* form4 start code */

.form4-container {
    width: 100%;
    display: flex;
    margin-top: 13px;
}

.form4content {
    width: 100%;
    display: flex;
}

.form4content #form4-open {
    width: 32%;
    height: 60px;
    background: #181828;
    border: 2px solid #fbb226;
    box-sizing: border-box;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.5s;
}

.form4content #form4-open:hover {
    background: #fbb226;
}


/* form4 end code */


/*  site menu2 end code  */


/* project start code */

.project-slider-container {
    display: none;
}

.project-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 210px;
    position: relative;
}

.project-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.project-head .project-link {
    display: flex;
    width: 290px;
    height: 60px;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 15px;
    margin-left: 50px;
    transition: all 0.5s;
}

.project-head {
    width: 100%;
    display: flex;
    margin-bottom: 61px;
}

.project-head h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #ffffff;
}

.project-head a {
    display: flex;
    width: 220px;
    height: 60px;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 15px;
    margin-left: 50px;
    transition: all 0.5s;
}

.project-head a:hover {
    background: #fbb226;
}

.project-head a p {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.project-head .project-link img {
    width: 34px;
}

.project-content p {
    width: 100%;
    margin: 20px;
    color: #ffffff;
    text-align: center;
}

.project-content a {
    width: 32%;
    display: block;
    margin-bottom: 20px;
}

.project-content a:hover {
    border: 2px solid #fbb226;
}

.project-box {
    width: 100%;
    height: 401;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    border: 2px solid gray;
    justify-content: space-between;
    transition: all 0.8s;
}

.project-img {
    width: 100%;
    height: 291px;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-text {
    width: 100%;
    height: 110px;
    background: #25253e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.6s;
    padding: 15px 10px;
}

.project-text span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
}

.project-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

.project-content a:hover .project-text {
    background: #fbb226;
}


/* project end code */


/* SERVICE START CODE */


/* SERVICE END CODE */


/* form3 start code */

.form3-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 3;
    margin-top: 170px;
    margin-bottom: 185px;
}


/* form3 end code */


/*  vector start */


/* site2 menu vector start */

.site2-vector1 {
    position: absolute;
    width: 340px;
    height: 290px;
    left: -19%;
    top: 82%;
    z-index: -1;
}

.site2-vector2 {
    position: absolute;
    width: 214.62px;
    height: 214px;
    top: 80%;
    right: -11%;
    z-index: -1;
}


/* site2 menu vector end */


/*  project vector start*/

.project-vector {
    position: absolute;
    width: 196px;
    height: 196px;
    right: -11%;
    top: 60%;
    z-index: -1;
}


/*  project vector end */


/* service vector start */

.service-vector1 {
    position: absolute;
    width: 224px;
    height: 224px;
    top: 80%;
    left: -15%;
    z-index: -1;
}

.service-vector2 {
    position: absolute;
    width: 603.49px;
    height: 123px;
    top: -30%;
    left: -45%;
    z-index: -1;
}


/* service vector end */


/* form3 vector start */

.form3-vector {
    position: absolute;
    width: 214.61px;
    height: 214px;
    right: -11%;
    top: 15%;
    z-index: -1;
}


/* vector end */


/* media start code */

@media screen and (min-width: 2000px) {
    /*  header main start */
    .header-maincontent {
        width: 100%;
        height: 100%;
        max-width: 65%;
        display: flex;
        padding-bottom: 15px;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }
    .header-maintext h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 80px;
        line-height: 80px;
        /* or 123% */
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .header-maintext a {
        color: #ffffff;
        position: relative;
        padding: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
    }
    .next-back img {
        width: 45px;
        display: flex;
        justify-content: flex-end;
    }
    /* header main end */
    /*  site menu2 start code */
    .site2-content a {
        width: 32%;
        height: 350px;
        display: flex;
        border: 2px solid #ffffff;
        box-sizing: border-box;
        margin-bottom: 25px;
        align-items: center;
        justify-content: space-around;
        padding: 30px;
        background: #181828;
    }
    .menu2-box2 img {
        width: 70px;
        height: 61px;
    }
    .menu2-text span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 24px;
        color: #ffffff;
    }
    .menu2-text p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
    }
    .form4content #form4-open {
        width: 32%;
        font-size: 22px;
    }
    /*  site menu2 end code  */
    /* project start */
    .project-head h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 45px;
        line-height: 53px;
        color: #ffffff;
    }
    .project-box {
        width: 100%;
        height: 600px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-img {
        width: 100%;
        height: 470px;
    }
    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-text {
        width: 100%;
        height: 130px;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 15px 10px;
    }
    .project-text span {
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        color: #ffffff;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
    }
    /* project end */
    /*  vector start */
    /* site2 menu vector start */
    .site2-vector1 {
        position: absolute;
        width: 340px;
        height: 290px;
        left: -15%;
        top: 88%;
    }
    .site2-vector2 {
        position: absolute;
        width: 214.62px;
        height: 214px;
        top: 80%;
        right: -11%;
    }
    /* site2 menu vector end */
    /* service vector start */
    .service-vector1 {
        position: absolute;
        width: 224px;
        height: 224px;
        top: 80%;
        left: -10%;
    }
    .service-vector2 {
        position: absolute;
        width: 603.49px;
        height: 123px;
        top: -30%;
        left: -38%;
    }
    /* service vector end */
}

@media screen and (max-width: 1720px) {
    .header-maincontent {
        max-width: 65%;
    }
}

@media screen and (max-width: 1500px) {
    .header-maincontent {
        max-width: 75%;
    }
    .menu2-text {
        width: 70%;
        height: 60%;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-direction: column;
    }
    .menu2-box2 {
        width: 30%;
        height: 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-left: 50px;
    }
    /*  vector start */
    /*  project vector start*/
    .project-vector {
        position: absolute;
        width: 160px;
        height: 160px;
        right: -9%;
        top: 60%;
    }
    /*  project vector end */
    /* site2 menu vector start */
    .site2-vector1 {
        position: absolute;
        width: 230px;
        height: 170px;
        left: -12%;
        top: 92%;
    }
    .site2-vector2 {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 80%;
        right: -11%;
    }
    /* site2 menu vector end */
    /* service vector start */
    .service-vector1 {
        position: absolute;
        width: 190px;
        height: 190px;
        top: 80%;
        left: -10%;
    }
    .service-vector2 {
        position: absolute;
        width: 400px;
        height: 123px;
        top: -30%;
        left: -30%;
    }
    /* form3 vector start */
    .form3-vector {
        position: absolute;
        width: 175px;
        height: 175px;
        right: -9%;
        top: 15%;
        z-index: -1;
    }
    /* service vector end */
}

@media screen and (max-width: 1350px) {
    .header-maincontent {
        max-width: 80%;
    }
}

@media screen and (max-width: 1250px) {
    .site2-content a {
        width: 49%;
        height: 250px;
        display: flex;
        border: 2px solid #ffffff;
        box-sizing: border-box;
        margin-bottom: 25px;
        align-items: center;
        justify-content: space-around;
        padding: 20px;
        background: #181828;
    }
    .project-head h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 43px;
        color: #ffffff;
    }
    .project-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 27px;
        text-align: center;
        color: #ffffff;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #ffffff;
    }
}

@media screen and (max-width: 1050px) {
    .page-up {
        display: block;
        width: 30px;
        height: 30px;
        left: 94%;
    }
    .contack-sosyal {
        display: flex;
    }
    /*  vector start */
    /*  project vector start*/
    .project-vector {
        display: none;
    }
    /*  project vector end */
    /* site2 menu vector start */
    .site2-vector1 {
        display: none;
    }
    .site2-vector2 {
        display: none;
    }
    /* site2 menu vector end */
    /* service vector start */
    .service-vector1 {
        display: none;
    }
    .service-vector2 {
        display: none;
    }
    /* form3 vector start */
    .form3-vector {
        display: none;
    }
    /* service vector end */
    .form3-container {
        margin-top: 100px;
    }
    .tagcontainer {
        margin-top: 0px;
    }
    .project-text span {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #ffffff;
    }
    .project-box {
        width: 100%;
        height: 370px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-img {
        width: 100%;
        height: 260px;
    }
    .project-text {
        width: 100%;
        height: 110px;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 15px 10px;
    }
    .project-content a {
        width: 48%;
        display: block;
    }
    /* form3 start code */
    .form3-container {
        width: 100%;
        height: 100px;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        z-index: 3;
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .form3-content {
        width: 100%;
        display: flex;
        margin: 0 auto;
    }
    .form3-item {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0px;
        background: #711f7e;
    }
    .form3-item span {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 29px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .form3-item #form3-open {
        width: 180px;
        height: 45px;
        border: none;
        cursor: pointer;
        background: transparent;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        color: #ffffff;
        border: 2px solid #ffffff;
    }
    .tagcontent a {
        width: 16%;
        font-size: 9px;
    }
    /* form3 end code */
}

@media screen and (max-width: 870px) {
    .header-maincontainer {
        width: 100vw;
        height: 250px;
        display: flex;
        flex-direction: column;
        background: url(/img/poster7.svg);
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }
    .header-maincontent {
        width: 100%;
        height: 100%;
        max-width: 85%;
        display: flex;
        padding-bottom: 15px;
        margin: 0 auto;
        justify-content: space-around;
    }
    .header-maintext {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        z-index: 1;
    }
    .header-bas {
        width: 100%;
        height: 50%;
        display: flex;
        align-items: center;
    }
    .header-maintext h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 60px;
        /* or 123% */
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .header-maintext a {
        color: #ffffff;
        position: relative;
        padding: 10px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
    }
    .next-back img {
        width: 20px;
    }
    .header-mainimg img {
        width: 50px;
        height: 50x;
    }
    /* PROJECT START */
    .project-container {
        margin-top: 120px;
    }
    .project-content {
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .project-content a {
        width: 49%;
        display: block;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .project-box {
        width: 100%;
        height: 400px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-img {
        width: 100%;
        height: 280px;
    }
    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-text {
        width: 100%;
        height: 120px;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 15px 10px;
    }
    .project-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        color: #ffffff;
    }
    .project-head .project-link {
        display: flex;
        flex-wrap: nowrap;
        height: 60px;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 15px;
        margin-left: 50px;
        transition: all 0.5s;
    }
    .project-head a p {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0;
        padding: 0;
    }
    .project-head .project-link img {
        width: 35px;
    }
    /*  site menu2 start code  */
    .site2-menucontainer {
        width: 100%;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 100px;
        position: relative;
    }
    .site2-content {
        width: 100%;
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .site2-content a {
        width: 48%;
        height: 160px;
        display: flex;
        border: 2px solid #ffffff;
        box-sizing: border-box;
        margin-bottom: 25px;
        align-items: center;
        justify-content: space-around;
        padding: 20px;
        background: #181828;
    }
    .site2-content a:hover {
        border: 2px solid #fbb226;
        box-sizing: border-box;
    }
    .menu2-text {
        width: 80%;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-direction: column;
    }
    .menu2-box2 {
        width: 20%;
        height: 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-left: 50px;
    }
    .menu2-box2 img {
        width: 45px;
        height: 45px;
    }
    .menu2-text span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        color: #ffffff;
    }
    .menu2-text p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #ffffff;
    }
    .form4-container {
        width: 100%;
        display: flex;
        margin-top: 13px;
    }
    .form4content {
        width: 100%;
        display: flex;
    }
    .form4content #form4-open {
        width: 48%;
        height: 60px;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 103.9%;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: all 0.5s;
    }
    /* SITE 2 END CODE */
    /* form3 start code */
    .form3-container {
        width: 100%;
        height: 100px;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        z-index: 3;
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .form3-content {
        width: 100%;
        display: flex;
        margin: 0 auto;
    }
    .form3-item {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0px;
        background: #711f7e;
    }
    .form3-item span {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 29px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .form3-item #form3-open {
        width: 170px;
        height: 45px;
        border: none;
        cursor: pointer;
        background: transparent;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 19px;
        color: #ffffff;
        border: 2px solid #ffffff;
    }
    /* form3 end code */
}

@media screen and (max-width:720px) {
    .header-maincontainer {
        width: 100vw;
        height: 200px;
        display: flex;
        flex-direction: column;
        background: url(/img/poster7.svg);
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }
    .next-back {
        display: none;
    }
    .header-mainimg {
        display: none;
    }
    .sosial-box {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .sosial-box a {
        margin: 15px;
    }
    .form3-container {
        display: none;
    }
    /*  site menu2 start code  */
    .site2-menucontainer {
        width: 100%;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 100px;
        position: relative;
    }
    .site2-content {
        width: 100%;
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .site2-content a {
        width: 49%;
        height: 140px;
        display: flex;
        border: 2px solid #ffffff;
        box-sizing: border-box;
        margin-bottom: 25px;
        align-items: center;
        justify-content: space-around;
        padding: 20px;
        background: #181828;
    }
    .site2-content a:hover {
        border: 2px solid #fbb226;
        box-sizing: border-box;
    }
    .menu2-text {
        width: 78%;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-direction: column;
    }
    .menu2-box2 {
        width: 15%;
        height: 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-left: 0px;
    }
    .menu2-box2 img {
        width: 35px;
        height: 35px;
    }
    .menu2-text span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #ffffff;
        margin-bottom: 15px;
    }
    .menu2-text p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #ffffff;
    }
    /* form4 start code */
    .form4-container {
        width: 100%;
        display: flex;
        margin-top: 13px;
    }
    .form4content {
        width: 100%;
        display: flex;
    }
    .form4content #form4-open {
        width: 50%;
        height: 60px;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 103.9%;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: all 0.5s;
        margin: 0 auto;
    }
    /* SITE 2 END CODE */
    /*  project start code */
    .project-container {
        display: none;
    }
    .project-slider-container {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 130px;
    }
    .project-slider-container h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 43px;
        color: #ffffff;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .project-slider-container .project-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        position: relative;
    }
    .project-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .project-content p {
        width: 100%;
        margin: 20px;
        color: #ffffff;
        text-align: center;
    }
    .project-content a {
        width: 100%;
        display: block;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .project-content a:hover {
        border: 2px solid #fbb226;
    }
    .project-box {
        width: 100%;
        height: fit-content;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-img {
        width: 100%;
        height: 260px;
    }
    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-text {
        width: 100%;
        height: fit-content;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 20px 10px;
    }
    .project-text span {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        color: #ffffff;
    }
    .project-content a:hover .project-text {
        background: #fbb226;
    }
    .project-slider {
        width: 100%;
        display: flex;
        position: relative;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .project-slider .owl-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project-slider button {
        width: 20%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px;
    }
    .project-head {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .project-head .project-link {
        width: 230px;
        height: 45px;
        display: flex;
        justify-content: space-around;
        margin-bottom: 40px;
    }
    .project-head .project-link p {
        font-size: 13px;
    }
    /*  project end code */
}


/* Веб дизайн START CODE */

@media screen and (max-width:580px) {
    .header-maincontainer {
        width: 100vw;
        height: 160px;
        display: flex;
        flex-direction: column;
        background: url(/img/poster7.svg);
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }
    /*  site menu2 start code  */
    .site2-content a {
        width: 100%;
        height: 90px;
        display: flex;
        border: 2px solid #ffffff;
        box-sizing: border-box;
        margin-bottom: 25px;
        align-items: center;
        justify-content: space-around;
        padding: 20px;
        background: #181828;
    }
    /* form4 start code */
    .form4content #form4-open {
        width: 50%;
        height: 40px;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: all 0.5s;
        margin: 0 auto;
    }
    /* SITE 2 END CODE */
    /*  project start code */
    .project-container {
        display: none;
    }
    .project-slider-container {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 100px;
    }
    .project-slider-container h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .project-slider-container .project-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        position: relative;
    }
    .project-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .project-box {
        width: 100%;
        height: 339px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-img {
        width: 100%;
        height: 235px;
    }
    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-text {
        width: 100%;
        height: 104px;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 10px 5px;
    }
    .project-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #ffffff;
    }
    .project-content a:hover .project-text {
        background: #fbb226;
    }
    .project-slider {
        width: 100%;
        display: flex;
        position: relative;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .project-slider .owl-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project-slider button {
        width: 20%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px;
    }
    /*  project end code */
}

@media screen and (max-width:420px) {
    .header-maincontainer {
        width: 100vw;
        height: 160px;
        display: flex;
        flex-direction: column;
        background: url(/img/poster7.svg);
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }
    .header-bas h2 {
        width: 40%;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }
    /*  site menu2 start code  */
    .site2-menucontainer {
        margin-top: 50px;
    }
    /* form4 start code */
    .form4content #form4-open {
        width: 55%;
        height: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: all 0.5s;
        margin: 0 auto;
    }
    /* SITE 2 END CODE */
    /*  project start code */
    .project-container {
        display: none;
    }
    .project-slider-container {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 80px;
    }
    .project-slider-container .project-head {
        width: 100%;
        display: flex;
        margin-bottom: 40px;
        justify-content: space-between;
        align-items: center;
    }
    .project-slider-container .project-head h2 {
        width: 48%;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }
    .project-slider-container .project-head .project-link {
        display: flex;
        width: 45%;
        height: 40px;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
        transition: all 0.5s;
        margin-right: 0px;
    }
    .project-slider-container .project-head a:hover {
        background: #fbb226;
    }
    .project-slider-container .project-head .project-link p {
        width: 80%;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 16px;
        align-items: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .project-slider-container .project-head .project-link img {
        width: 25px;
        height: 20px;
        margin-right: 5px;
    }
    .project-slider-container .project-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        position: relative;
    }
    .project-slider-container .project-container .project-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .project-content p {
        width: 100%;
        margin: 20px;
        color: #ffffff;
        text-align: center;
    }
    .project-content a {
        width: 100%;
        display: block;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .project-content a:hover {
        border: 2px solid #fbb226;
    }
    .project-box {
        width: 100%;
        height: 339px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-img {
        width: 100%;
        height: 235px;
    }
    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-text {
        width: 100%;
        height: 104px;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
    }
    .project-text span {
        width: 100%;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
    }
    .project-text p {
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        margin: 10px;
        padding: 0;
    }
    .project-content a:hover .project-text {
        background: #fbb226;
    }
    .project-slider {
        width: 100%;
        display: flex;
        position: relative;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .project-slider .owl-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project-slider button {
        width: 20%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px;
    }
    /*  project end code */
}


/* Веб дизайн END CODE */